From: Joe Kappus Date: Sat, 7 Jan 2006 07:15:04 +0000 (-0800) Subject: [NETFILTER]: ip_conntrack_proto_sctp.c needs linux/interrupt.h X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~48039 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=da7bc6ee8ee3976696fc740065362ca442eb61c9;p=linux-4.9.git [NETFILTER]: ip_conntrack_proto_sctp.c needs linux/interrupt.h Signed-off-by: Joe Kappus Signed-off-by: David S. Miller --- diff --git a/net/ipv4/netfilter/ip_conntrack_proto_sctp.c b/net/ipv4/netfilter/ip_conntrack_proto_sctp.c index 977fb59d4563..0b25050981a1 100644 --- a/net/ipv4/netfilter/ip_conntrack_proto_sctp.c +++ b/net/ipv4/netfilter/ip_conntrack_proto_sctp.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include